home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_023 / ver30 / tty / amigados / ttydef.h < prev    next >
Text File  |  1992-05-06  |  1KB  |  53 lines

  1. /*
  2.  * Name:    MicroEMACS
  3.  *        Amiga console device virtual terminal header file
  4.  * Version:    31
  5.  * Last edit:    20-Apr-86
  6.  * Created:    20-Apr-86 ...!ihnp4!seismo!ut-sally!ut-ngp!mic
  7.  *
  8.  */
  9. #define    GOSLING    1            /* Compile in fancy display.    */
  10. #define    MEMMAP    0            /* Not memory mapped video.    */
  11.  
  12. #define    NROW    23            /* Rows.            */
  13. #define    NCOL    77            /* Columns (AmigaDOS)        */
  14.  
  15. /*
  16.  * Special keys for the default Amiga console device keymap.
  17.  * Function key codes are in the form <CSI>v~
  18.  * where v is a 1 or 2-digit code between 0 and 19,
  19.  * so they comprise the first 20 entries in the key
  20.  * table.  The next 12 entries are for the help and
  21.  * arrow keys.  There is no shifted value for the
  22.  * HELP key.
  23.  */
  24. #define    KF1    K01
  25. #define    KF2    K02
  26. #define    KF3    K03
  27. #define    KF4    K04
  28. #define    KF5    K05
  29. #define    KF6    K06
  30. #define    KF7    K07
  31. #define    KF8    K08
  32. #define    KF9    K09
  33. #define    KF10    K0A
  34. #define    KSF1    K0B
  35. #define    KSF2    K0C
  36. #define    KSF3    K0D
  37. #define    KSF4    K0E
  38. #define    KSF5    K0F
  39. #define    KSF6    K10
  40. #define    KSF7    K11
  41. #define    KSF8    K12
  42. #define    KSF9    K13
  43. #define    KSF10    K14
  44. #define    KUP    K15
  45. #define    KSUP    K16
  46. #define    KDOWN    K17
  47. #define    KSDOWN    K18
  48. #define    KLEFT    K19
  49. #define    KSLEFT    K1A
  50. #define    KRIGHT    K1B
  51. #define    KSRIGHT    K1C
  52. #define    KHELP    K1D
  53.